testing.common.helperPCs (field)
10 uses
testing (current package)
fuzz.go#L113: if f.helperPCs == nil {
fuzz.go#L114: f.helperPCs = make(map[uintptr]struct{})
fuzz.go#L122: if _, found := f.helperPCs[pc[0]]; !found {
fuzz.go#L123: f.helperPCs[pc[0]] = struct{}{}
testing.go#L640: helperPCs map[uintptr]struct{} // functions to be skipped when writing file/line info
testing.go#L793: for pc := range c.helperPCs {
testing.go#L1269: if c.helperPCs == nil {
testing.go#L1270: c.helperPCs = make(map[uintptr]struct{})
testing.go#L1278: if _, found := c.helperPCs[pc[0]]; !found {
testing.go#L1279: c.helperPCs[pc[0]] = struct{}{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)